#disable file edit
Explore tagged Tumblr posts
fleeglefazbeagle · 17 days ago
Text
Here, have a little(ha ha, get it?) agere edit of Pumpkin Rabbit that I made out of boredom recently.
Tumblr media
(Yes, I added the Coraline key to this because why not? Also, yes, I think he'd wear noise cancelling headphones if, let's say, fireworks were to be set off nearby.)
Tumblr media
9 notes · View notes
fereldanwench · 7 months ago
Text
speaking of windows 11 being hot garbage
Tumblr media
who THE FUCK decided that it was a good idea to make me have to do AN EXTRA CLICK (or hold down an extra key) to get to the rest of the file options I NEED ON A REGULAR BASIS
18 notes · View notes
mik-mania · 1 year ago
Text
Tumblr media Tumblr media Tumblr media
i made a high-res .psd file so that you can edit the paws to whatever you want them to look like!
listed in my kofi shop (free) for downloading convenience
40 notes · View notes
online-silkmoth · 8 months ago
Text
Tumblr media
don't mess with me or you'll get a taste of my hacker lifestyle
7 notes · View notes
tawnysoup · 8 months ago
Text
✨LOOP CRITTER SHIMEJI!✨
IT'S FINALLY DONE!!!
Finally, you can have a critter of your very own! Or 50 of them! Your call!
Looplet features a couple more traits than your standard shimeji, including some interactions, a hotspot (so you can pet them) and adjusted chances for various animations to play. Ultimately, they'll make doing anything on your computer 5x harder by running around and distracting you constantly :)
This shimeji contains vague spoilers for lategame In Stars and Time, but you can probably get away with using them if u haven't finished the game, since they are so so vague. Still, be mindful of this if you care about spoilers!
To use the shimeji simply download, unzip, make sure you have Javascript 8 installed, and doubleclick the jar file inside the folder! If you have any other issues running the shimeji, please consult the readme txt inside the folder.
ALSO! If you encounter any bugs while using the shimeji, please let me know! Editing the code was a bit nightmarish (there's so little documentation online) so it's a bit held together with duct tape and I wouldn't be surprised if anything went wrong. As a side note, yes the 'dragging' animation will delete one of the looplets if cloning is disabled, unfortunately there's nothing I can do about that one 😔
In any case… have fun, everyone!
------------------------------------------ ✨GOOGLEDRIVE LINK TO THE DOWNLOAD (CLICK HERE)✨ ------------------------------------------
Tumblr media
6K notes · View notes
thekunstwollen · 4 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
Hello everyone! I'd like to start by apologizing, because I couldn't make it in time to upload this hair before Valentine's Day. I had a problem with the files and lost a lot of progress, but here it is 😭.
It's inspired by a hairstyle worn by Wonhee from Illit, hence the name. In case you don't want to use the option with the heart-shaped braid, you have one without it. I hope you like it a lot 💜
Tumblr media
◾Maxis match
◾Base Game compatible
◾Female, teen to elder
◾Hat compatible
◾All LODs
◾Disabled for random
◾Restricted for opposite frame
◾EA swatches
◾Custom thumbnail
Tumblr media
◾Patreon
Tumblr media
◾Please don’t reupload to other sites
◾Please don't edit this hair, you can recolor but tell me first
◾Enjoy!💜
2K notes · View notes
kayleigh-83 · 4 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
A Maxis Match Lighting Mod Tweak!
As requested by @jellymeduza I'm sharing my tweak of @dreadpirate's fabulous Maxis Match lighting mod. This makes the unlit rooms during dawn and dusk a bit brighter (closer to how they appear at nighttime) and tweaks the colour-cast a bit too. The photos above are all four time of day states including with my tweaks - but nothing about day or night was actually changed from the original MM lighting mod.
Below are all the before and after pictures for dawn/dusk next to each other - before is the MM lighting mod "out of the box" and after is with my tweaks.
Tumblr media Tumblr media Tumblr media Tumblr media
How to install:
Download the Maxis Match lighting mod exactly as per dreadpirates instructions. (don't worry about the part on enabling or disabling dawn and dusk states, that will be included in my edit)
Replace your lighting.txt file with mine included in this download - this will be in your base game install folders, for the UC the file path is "Double Deluxe/Base/TSData/Res/Lights" and you'll be overwriting the lighting.txt file in there with mine.
Enjoy! :)
Download (SFS) | Download (MF)
Edited to add: If you downloaded the Maxis Match lighting mod after March 2, 2025 these fixes are not required - @/veronavillequiltingbee has incorporated them into the main lighting mod files.
1K notes · View notes
oakiyo · 1 month ago
Text
Tumblr media
EYES Collection Remastered:
A few anonymous asks I received pointed out that @simulantity had deactivated their Patreon account, subsequently deleting the download link to their EYES Collection. After many requests, I have re-uploaded the files! If Simulantity does not want me to re-upload this content, I will delete and remove from my Patreon accordingly.
No texture edits / tweaks / new colours
Enabled for infants - elders
Disabled for all occults
Default replacement of the EA eyes
Here is the link to the original post (link here).
I take no credit for ANY of the work here - I am merely hosting the content and providing a safe download link.
Download Here (Patreon, Free)
763 notes · View notes
phantomrose96 · 6 months ago
Text
Honestly I recommend everyone learn just a littttle bit of CSS because it really is powerful and just makes bits and pieces of your internet experience more convenient.
Right now I'm cataloguing recipes I've really enjoyed, just trying to get them all in one place. Many of these are instagram recipes and, because I don't trust link rot (aka the possibility that the instagram link goes dead one day), I'm including a screenshot of the recipe along with the link.
But instagram on desktop... looks like this
Tumblr media
(Link, for credit. It's a good recipe)
I obviously could just copy-paste the recipe out of there. But a screenshot would be cleaner for how I'm cataloguing these.
And as-is, I'd have to scroll the whole height of that small right-side window about 4 times to fit it all.
But actually... I can just resize that div holding that whole right-side content
Tumblr media
Basically I
hit f12 to open the dev tools
clicked the element finder
clicked on an element inside the recipe side
followed it up the tree until I found the element holding the whole recipe side (do this by hovering the div in the dev tools panel way on the right, then hovering upward and up until I find the element which is the highest up that still only contains the recipe-side content)
in the element.style part, set "width: 1000px" and "height: 1500px"
(I notice the width seems to still be less than 1000px, even though it got bigger)
likely suggests there's an element above it with a max-width set
go up the tree higher until I find the element with the max-width and uncheck that style
screenshot ready
Tumblr media
Maybe that sounded complicated but it took me probably 20-30 seconds
And this isn't just about screenshotting recipes like.
website with an annoying gif? select gif, delete gif
do you want a clean screenshot of a digital receipt for record-keeping without a large company banner or irrelevant information? delete unnecessary elements, adjust widths, screenshot
SOMETIMES, you can bypass paywalls if they're relying on something like overflow: hidden, or an overlay in the way, or some JS that runs (you can disable JS in the dev tools)
lost the jpg/png file you used for your profile picture and size doesn't totally matter? grab it from the img src while logged in. (you might even be able to find it in a bigger size by changing the url query parameters)
color contrast on an article really bad? find and change background color. find and change font color
want to make a funny fake screenshot without learning photoshop? just edit the page content in the dev tools
This isn't about like being good enough to write scripts or browser extensions. Really if you just have some basic HTML/CSS understanding a hat worth of tricks, you can make so many little adjustments in your favor.
683 notes · View notes
yourbookcouldbegayer · 2 months ago
Text
PSA: Your AO3 work might have been scraped for a GenAI dataset
(PLEASE NOTE: At this time, access to the dataset has been disabled. You can file a DMCA takedown request if your work is included in the scraped data to campaign for full deletion, but at this time it is considered unnecessary.)
This is intended as a general notification for all the writers following this blog who post on AO3.
Approximately 12.6 million public works were scraped from AO3 and several other published-work sites, including PaperDemon, which has regular updates on the situation as well as resources. Here is the link to their updates.
Affected AO3 users are those whose work IDs were public-facing (that is to say, not locked to registered AO3 users only), and whose work IDs are between 1 and 63,200,000.
Your work ID is the number in your work's site URL, like so:
Tumblr media
This work has an ID only in the 61-million range, and so was scraped for the dataset.
If you wish to lock your works to be visible to logged-in users only, you can do so through Works > Edit Works > All > Edit > Only show to registered users.
310 notes · View notes
scandisim · 4 months ago
Text
Tumblr media
Messy Foyer Main Menu Override
I've been thinking about this since the new main menu premiered, and it's finally ready! This was kind of wild, since it included me doing parts of modding I have never done before. But I am very happy with the results. Thank you to LunarBritney for providing the work to disable the online backgrounds, which is included with this mod.
Download Here (Patreon) Public Access: 24/02/2025
More information below the cut!
Notes:
Replaces the EA default main menu
Six different backgrounds to choose between
Two different base packages to choose between that override tab and text colors
Please note that for households larger than 8 if you use mods for this the game will not generate a household image, and will instead use a placeholder. This is not something that I can affect!
I have also included a template if you would like to make your own main menu in the same style as mine. I ask that you do not include my files though, but rather link back to this post. If using another main menu background than mine, you will need one of the Main Menu Override - xxx BASE.package files, as well as the Main Menu Override - Household Size Adjusted.package file. You do NOT need the household size file if you're using my backgrounds from this post.
Base package does not give the option to hide the household portrait. I'll include a file for this in a future update for use with other backgrounds.
See the options for backgrounds below! Pictures were taken with most of Reshade turned off, and edge smoothing on. May look different depending on what Reshade preset you use.
Light vs Dark Base:
Tumblr media
Black:
Tumblr media
White:
Tumblr media
Bright:
Tumblr media
Green:
Tumblr media
Pink:
Tumblr media
Moody:
Tumblr media
Known conflicts:
LunarBritney's 2025 Main Menu Readjusted: Most of her mod edits the same parts that my mod does. You could use her household size adjustment file with only my base packages though.
Vyxated's Main Menu Mods: Some are fine, like Hide News in Main Menu, but ones that also edit the gameentrylauncher file will be incompatible.
How to install:
1. Unzip files.
2. Choose a base, either light or dark, and place in your Mods folder.
3. Choose a background file, remember you can only choose one, and place in your Mods folder.
4. Done!
⋆⁺₊⋆ ━━━━⊱༒︎ • ༒︎⊰━━━━ ⋆⁺₊⋆
General Terms of Use:
Do not steal.
Do not reupload.
Do not link behind adfly, reupload to Simsdom or anything like that.
Recoloring is allowed, but make sure to link back to my original creation and do not monetize my creations by early access or permapaywalling.
435 notes · View notes
fireflowersims · 29 days ago
Text
Sims 2 "kiosks" aka: Someone stole my code and I am not happy
Okay, I'm gonna be honest about this because it's seriously bothering me. I hesitated to say something about this for a long time because I do not want to platform that code thief. I'm also not a fan of drama, I know how stressful that is for all parties and I normally try to stay out of it. Unfortunately, this theft just keeps coming back and seriously upsetting me so I have to say something about this.
My code has been stolen. To be exact: the vendor code from Sun&Moon. To be specific: a very specific version of the Laundry mod.
And by stealing, I mean passing off someone else's work as their own and encouraging others to utilize said stolen code.
Who did it? @sissysims
Sissysims stole the vendor code, made it into a "template" and even made a tutorial telling people how to use said template to make a "kiosk". After the publication, a number of people created "kiosks" using this stolen code. Notably: @simulationprincess and @grilledcheese-aspiration. I do not blame them from thinking it is a neat concept. Because it is. That's why we built those vendors.
It is seriously upsetting though to see our work going fully uncredited and sissy-sims receiving all the credit and praise. I have tried leaving a comment under her youtube video, but she must have hidden or blocked it, as it does not show up at all. She has also disabled private messages on her Tumblr. Basically, there is no way I can get in contact with her directly. So unfortunately, I feel like this is the only way to get my message out: in public.
Tumblr media
But how can I verify that this is stolen code?
Good question. I have recorded a little video with my proof. One-take, no editing. Should she choose to try to scrub her evidence, it will remain up.
youtube
So why am I this upset about it?
I am upset because of a variety of reasons:
Somebody is passing off my work as their own. Not only disrespecting me, mind you, but also the others who contributed to the vendor, most notably: the amazing people who translated that vendor. Yes, it is because of translations that I know that she directly stole our work. She not only stole my code, she had the nerve to steal my own words as well! I can literally see the Dutch translation that I wrote myself in there and if that isn't pissing and shitting on my head, I don't know what is
Sissysims does not know what she is doing object-creation wise. The Sun&Moon vendor code is among the easiest Sun&Moon code there is. It is simple and elegant. She decided to make it a mess requiring multiple files for some guobforsaken reason. Possibly to make it seem like it isn't straight up stolen code, who knows. Just speculating. Regardless, someone who knows what they're doing wouldn't have done what she did to that poor vendor.
Sissysims does not have the basic knowledge of how BHAVs work. The vendor code she stole uses custom globals, (something that we always clearly indicate). Naturally, she does not seem aware of this. Anyone using her "template" (read: what did she do to my darling vendor 😭) risks getting bugs because sissy-sims is incompetent and doesn't know what she's doing
Sissysims is encouraging other people to use stolen code that she herself does not understand
This is an explicit violation of the Sun&Moon policy. And also probably why she didn't bother even mentioning us. Other "edits" she has done are credited. She chose of her own free will not to bother crediting.
If she has done it to us, who is to say she won't do it to someone else in the future?
She has a fucking merch store and clearly has aspirations to earn money from her Sims videos, monetarily profiting from - among other things - the stolen code.
So what now?
If you want to create a "kiosk", please don't use that mutilated template. Just reach out to me and I can teach you how to make a vendor. It's easier and technically set up much better than sissy's poor excuse of a "template". And if it turns out the vendor doesn't do exactly what you would like it to do, then I can help you figure out how you can code something that does tick all the boxes.
If you already made one, I kindly, humbly, request you add credit. It is quite upsetting to see my work going uncredited. Or better yet: reach out as well. The offer to teach you the vendor code to make something better is also open to you. I enjoy teaching people new things if they only ask politely and are willing to learn.
If there is enough interest, I can even release an official vendor template with instructions. Simple to work with, the only requirement being proper crediting. Let me know if you'd be interested in this.
If you're sissysims:
Reconsider your choices and most importantly:
✨May you step on a LEGO brick✨
310 notes · View notes
copperbadge · 1 year ago
Text
I have a lot of feelings about the use of AI in Everything These Days, but they're not particularly strong feelings, like I've got other shit going on. That said, when I use a desktop computer, every single file I use in Google Drive now has a constant irritating popup on the right-hand side asking me how Gemini AI Can Help Me. You can't, Gemini. You are in the way. I'm not even mad there's an AI there, I'm mad there's a constantly recurring popup taking up space and attention on my screen.
Here's the problem, however: even Gemini doesn't know how to disable Gemini. I did my own research and then finally, with a deep appreciation of the irony of this, I asked it how to turn it off. It said in any google drive file go to Help > Gemini and there will be an option to turn it off. Guess what isn't a menu item under Help?
I've had a look around at web tutorials for removing or blocking it, but they are either out of date or for the Gemini personal assistant, which I already don't have, and thus cannot turn off. Gemini for Drive is an integrated "service" within Google Drive, which I guess means I'm going to have to look into moving off Google Drive.
So, does anyone have references for a service as seamless and accessible as Google Drive? I need document, spreadsheet, slideshow, and storage, but I don't have any fancy widgets installed or anything. I do technically own Microsoft Office so I suppose I could use that but I've never found its cloud function to actually, uh, function. I could use OneNote for documents if things get desperate but OneNote is very limited overall. I want to be able to open and edit files, including on an Android phone, and I'd prefer if I didn't have to receive a security code in my text messages every time I log in. I also will likely need to be able to give non-users access, but I suppose I could kludge that in Drive as long as I only have to deal with it short-term.
Any thoughts, friends? If I find a good functional replacement I'm happy to post about it once I've tested it.
Also, saying this because I love you guys but if I don't spell it out I will get a bunch of comments about it: If you yourself have managed to banish Gemini from your Drive account including from popping up in individual files, I'm interested! Please share. If you have not actually implemented a solution yourself, rest assured, anything you find I have already tried and it does not work.
1K notes · View notes
madraynesims · 6 months ago
Text
Happy New Year! 25th Anniversary Gift from The Sims for The Sims 2, Sims 3 and The Sims 4
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Happy New Year! Here's part 2 celebrating The Sims 25th anniversary. I've always loved this bedroom set! Let me know if there's any problems! Info below the cut The Sims collection file for The Sims 2 and The Sims 3 can be found on my collection files page: Found Here!
Downloads:
The Sims 25th Anniversary Gift - Happy New Year! For The Sims 2 - SFS For The Sims 3 - SFS For The Sims 4 - SFS
Alt Download - Patreon credits; Joe, BrandonSJ, NoCarbs, Lazy Duchess, @thesims1master Enjoy my work? Consider becoming a Patreon or buying me a coffee!
Pinegulcher Dresser Information: Recreated by Joe. Extracted by TheSims1Master. Mesh edited and converted by me. The Sims 2: Has 3 deco slots. The Sims 3: Create-A-Style enabled for 2nd swatch. 1st swatch uses an overlay for accuracy. Price - §250 Category  - ‘Miscellaneous > Dressers’ Polycount - 1700 Texture Size - 1024x512
Pinegulcher End Table Information: Recreated by Joe. Extracted by TheSims1Master. Mesh edited and converted by me. The Sims 2: Has 9 deco slots. The Sims 3: Create-A-Style enabled for 2nd swatch. 1st swatch uses an overlay for accuracy. Price - §40 Category  - ‘Surfaces > End Tables’ Polycount - 282 Texture Size - 256x256 Cheap Eazzzzze Double Sleeper Information: Recreated by Joe. Extracted by TheSims1Master. Mesh edited and converted by me. The Sims 2: The cheap eazzzzze double sleeper bedding is included.The Sims 3: Create-A-Style enabled for 2nd swatch. 1st swatch uses an overlay for accuracy. Price - §450 Category  - ‘Comfort > Beds’ Polycount - 2732 Texture Size - 1024x1024 Antique Persian Rug Information: Recreated by BrandonSJ. Extracted and converted by me. The Sims 3: Create-A-Style disabled. Price - §8,200 Category  - ‘Decorative > Rugs’ Polycount - 30 Texture Size - 512x512 Torchosteronné Table Lamp Information: Recreated by NoCarbs. Extracted and converted by me. The Sims 3: Create-A-Style enabled for the shade with 2nd swatch. 1st swatch uses an overlay for accuracy. Price - §200 Category  - ‘Lighting > Table Lamps’ Polycount - 1536 Texture Size - 256x256 Torchosteronne Floor Lamp Information: Recreated by NoCarbs. Extracted and converted by me. The Sims 3: Create-A-Style enabled for the shade with 2nd swatch. 1st swatch uses an overlay for accuracy. Price - §350 Category  - ‘Lighting > Floor Lamps’ Polycount - 1536 Texture Size - 256x256 Plushie Mushie Pleasure Chair Information: Recreated by Lazy Duchess. Extracted and converted by me. Regarding the Sims 2 and the Sims 4: Has the functionality of both a dining chair and living chair just like the Sims 1 and the console games, but categorized as a living chair. Use bb.moveobjects on to place in front of a coffee table in The Sims 4. The Sims 3: Fully Create-A-Style enabled. Price - §329 Category  - ‘Comfort > Living Chairs’ Polycount - 638 Texture Size - 512x512
436 notes · View notes
glowettee · 13 days ago
Text
✧・゜: how i organize my google drive for maximum efficiency :・゜✧:・゜✧
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
hey lovelies! ✨
i use google drive to organize mostly everything, and the truth is, my google drive used to be an absolute disaster zone, we're talking hundreds of "untitled document" files and random screenshots saved who knows when. but after one particularly stressful finals week where i lost a paper for three hours, i completely overhauled my system. here's exactly how i organize everything now!
⋆.ೃ࿔:・ the folder structure that changed everything ・:࿔ೃ.⋆
first things first, i use a simple top-level organization system:
📁 𝘢𝘤𝘢𝘥𝘦𝘮𝘪𝘤𝘴: all school-related files
📁 𝘱𝘦𝘳𝘴𝘰𝘯𝘢𝘭: journals, goal tracking, finances, etc.
📁 𝘤𝘳𝘦𝘢𝘵𝘪𝘷𝘦: blog drafts, design projects, photos
📁 𝘢𝘳𝘤𝘩𝘪𝘷𝘦: completed classes and old projects
📁 𝘳𝘦𝘴𝘰𝘶𝘳𝘤𝘦𝘴: templates, reference materials, guides
the key is keeping your top level super simple, i used to have 20+ folders here and it was overwhelming! now i can find anything within seconds because i know exactly which category it falls under.
⋆.ೃ࿔:・ my academic folder system ・:࿔ೃ.⋆
this is the most detailed section of my drive! inside my academics folder:
📁 𝘤𝘶𝘳𝘳𝘦𝘯𝘵 𝘴𝘦𝘮𝘦𝘴𝘵𝘦𝘳
📁 class 1
📁 class 2
📁 class 3
📁 class 4
📄 semester schedule
📄 assignment tracker
inside each class folder:
📁 notes
📁 assignments
📁 readings
📁 projects
📄 syllabus
i color-code each class folder to match my physical notebooks and planner tabs, this visual consistency helps my brain switch between subjects more easily!
⋆.ೃ࿔:・ file naming conventions that save me ・:࿔ೃ.⋆
the absolute game-changer was developing a consistent naming system:
for class notes: DATE_CLASS_TOPIC example: 06.10_psych101_memory_systems
for assignments: CLASS_ASSIGNMENT_STATUS example: econ202_midterm_essay_final
for group projects: CLASS_PROJECT_MYPART_VERSION example: marketing300_campaign_research_v2
this might seem excessive, but it means i never have to open files to figure out what they are! plus, sorting by name automatically puts everything in chronological order.
⋆.ೃ࿔:・ my favorite google drive hacks ・:࿔ೃ.⋆
these little tricks make everything run even smoother:
𝘱𝘳𝘪𝘰𝘳𝘪𝘵𝘺 𝘴𝘵𝘢𝘳𝘳𝘪𝘯𝘨: i star current project files so they always appear at the top of my drive
𝘤𝘰𝘭𝘰𝘳 𝘤𝘰𝘥𝘪𝘯𝘨: right-click folders to give them colors that match your physical organization system
𝘵𝘦𝘮𝘱𝘭𝘢𝘵𝘦 𝘨𝘢𝘭𝘭𝘦𝘳𝘺: i keep a "templates" folder with pre-formatted docs for essays, lab reports, notes, etc.
𝘰𝘧𝘧𝘭𝘪𝘯𝘦 𝘢𝘤𝘤𝘦𝘴𝘴: i set important folders to be available offline (has saved me during wifi emergencies!)
��𝘦𝘢𝘳𝘤𝘩 𝘰𝘱𝘦𝘳𝘢𝘵𝘰𝘳𝘴: using "type:pdf" or "after:2023-09-01" in the search bar to filter results
⋆.ೃ࿔:・ maintenance routines ・:࿔ೃ.⋆
even the best system falls apart without regular maintenance! here's my schedule:
𝘸𝘦𝘦𝘬𝘭𝘺 𝘤𝘭𝘦𝘢𝘯𝘶𝘱 (15 min): every friday afternoon, i sort any stray files into their proper folders and rename anything with default names
𝘮𝘪𝘥-𝘴𝘦𝘮𝘦𝘴𝘵𝘦𝘳 𝘢𝘶𝘥𝘪𝘵 (30 min): halfway through each semester, i check that everything is where it should be and create any new folders needed
𝘦𝘯𝘥-𝘰𝘧-𝘴𝘦𝘮𝘦𝘴𝘵𝘦𝘳 𝘢𝘳𝘤𝘩𝘪𝘷𝘪𝘯𝘨 (1 hour): i move completed classes to my archive folder and set up the next semester's structure
⋆.ೃ࿔:・ sharing & collaboration settings ・:࿔ೃ.⋆
as someone who works on lots of group projects, getting these settings right is crucial:
𝘤𝘰𝘭𝘭𝘢𝘣𝘰𝘳𝘢𝘵𝘪𝘰𝘯 𝘧𝘰𝘭𝘥𝘦𝘳𝘴: i create specific shared folders for each group project rather than sharing individual files
𝘱𝘦𝘳𝘮𝘪𝘴𝘴𝘪𝘰𝘯 𝘭𝘦𝘷𝘦𝘭𝘴: i'm careful about giving "edit" vs "comment" access depending on the project
𝘭𝘪𝘯𝘬 𝘴𝘩𝘢𝘳𝘪𝘯𝘨: i always disable "anyone with the link can edit" to avoid accidental changes
⋆.ೃ࿔:・ my best google drive tips ・:࿔ೃ.⋆
create a "quick access" document with links to your most-used files
use google drive's "workspaces" feature to group project files temporarily
download the desktop app to easily drag and drop files
set up automatic google photos backup for screenshots and images
use keyboard shortcuts (shift + n for new folder is my favorite!)
⋆.ೃ࿔:・ final thoughts ・:࿔ೃ.⋆
remember that the perfect organization system is one that works for your brain! mine has evolved over years of trial and error, and i still tweak it each semester. the key is consistency, whatever system you choose, stick with it long enough to make it habit.
xoxo, mindy 🤍
Tumblr media
207 notes · View notes
thekunstwollen · 5 months ago
Text
Tumblr media Tumblr media Tumblr media
Hello everyone! This time I decided to recreate Natty's look from Kiss of life. I love this haircut and her style in this music video, although I also added some colored highlights as an accessory. Apart from that, I also want to share with you Natty's sim, for all of you who know the band and are as big fans as I am :)
Tumblr media
-Hairstyle, highlights and sim
-Maxis match
-Base Game compatible
-Female, teen to elder
-Hat compatible
-All LODs
-Disabled for random
-Restricted for opposite frame
-EA swatches
-Custom thumbnail
-Highlights on piercing cattegory
-Tray files and CC list
Tumblr media
-Patreon
Tumblr media
-Please don’t reupload to other sites
- Please don't edit this hair, you can recolor but tell me first
-Enjoy!💜
Tumblr media
3K notes · View notes